home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2001 May / SGI Freeware 2001 May - Disc 2.iso / dist / fw_enlightenment-conf.idb / usr / freeware / src / enlightenment-conf / patches.z / patches
Text File  |  1999-07-16  |  1KB  |  39 lines

  1. --- ./ltmain.sh    Tue Feb 23 21:19:06 1999
  2. +++ ../enlightenment-conf-0.15/./ltmain.sh    Wed Apr 14 13:08:18 1999
  3. @@ -1246,6 +1246,20 @@
  4.        versuffix="$major.$age.$revision"
  5.        ;;
  6.  
  7. +    irix)
  8. +      major=`expr $current - $age + 1`
  9. +      versuffix=".$major"
  10. +      verstring="sgi$major.$revision"
  11. +
  12. +      # Add in all the interfaces that we are compatible with.
  13. +      loop=$revision
  14. +      while test $loop != 0; do
  15. +        iface=`expr $revision - $loop`
  16. +        loop=`expr $loop - 1`
  17. +        verstring="sgi$major.$iface:$verstring"
  18. +      done
  19. +      ;;
  20. +
  21.      osf)
  22.        major=`expr $current - $age`
  23.        versuffix=".$current.$age.$revision"
  24. --- ./ltconfig    Tue Feb 23 21:19:06 1999
  25. +++ ../enlightenment-conf-0.15/./ltconfig    Wed Apr 14 13:07:19 1999
  26. @@ -1640,10 +1640,11 @@
  27.    ;;
  28.  
  29.  irix6*)
  30. -  version_type=osf
  31. +  version_type=irix
  32.    soname_spec='${libname}${release}.so'
  33.    library_names_spec='${libname}${release}.so$versuffix $libname.so'
  34.    shlibpath_var=LD_LIBRARYN32_PATH
  35. +  check_shared_deplibs_method='pass_all'
  36.    ;;
  37.  
  38.  # No shared lib support for Linux oldld, aout, or coff.
  39.